You need to retrieve and update the metadata of blobs in an Azure storage account using a .Net library. Which functions would you use:
GetMetadataAsync and SetMetadataAsync
GetMetadataAsync
SetMetadataAsync
GetPropertiesAsync and SetMetadataAsync
GetPropertiesAsync
GetMetadataAsync and SetPropertiesAsync
SetPropertiesAsync
Beautiful! BlobClient doesn't support GetMetadataAsync, but it has SetMetadataAsync.